'宣言 Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of KeyMap) _ ) As System.Integer
'使用法 Dim instance As KeyMapStack Dim startIndex As System.Integer Dim match As System.Predicate(Of KeyMap) Dim value As System.Integer value = instance.FindLastIndex(startIndex, match)
public System.int FindLastIndex( System.int startIndex, System.Predicate<KeyMap> match )
パラメータ
- startIndex
- match